home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / DTS.Samples / SC16Aware / Aware.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-25  |  759 b   |  31 lines  |  [04] ASCII Text (0x0000)

  1. /*
  2.     Aware.h -- Version 3.0 
  3.     
  4.     Developer Technical Support Apple II Sample Code
  5.  
  6.     Copyright (c) 1990 by Apple Computer, Inc.
  7.     All Rights Reserved.
  8.  
  9.     Defines the menu and item numbers for each of the menus and
  10.     their items.  Remember, these values should be the same as
  11.     in the Aware.r file.
  12. */
  13.  
  14. #define AppleMenuID     0x901
  15. #define  AboutItem      301
  16.  
  17. #define FileMenuID      0x902
  18. #define  LoadConfigItem 303
  19. #define  SaveConfigItem 304
  20. #define  CloseItem      255
  21. /*       -------------         */
  22. #define  QuitItem       302
  23.  
  24. #define EditMenuID      0x903
  25. #define  UndoItem       250
  26. /*       -------------         */
  27. #define  CutItem        251
  28. #define  CopyItem       252
  29. #define  PasteItem      253
  30. #define  ClearItem      254
  31.